home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q109 / 9 / 28.TXT < prev    next >
Text File  |  1994-01-18  |  2KB  |  65 lines

  1. DOCUMENT:Q109928  12-JAN-1994  [W_NT]
  2. TITLE   :Printing from MS-DOS Applications to Locally Attached Printer
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------------------
  14.  
  15. SUMMARY
  16. =======
  17.  
  18. You can print from MS-DOS applications running in Microsoft Windows NT to a
  19. printer attached locally only through a network redirection.
  20.  
  21. MORE INFORMATION
  22. ================
  23.  
  24. Most MS-DOS-based applications in Windows NT are run in a Virtual DOS
  25. Machine (VDM). Some such applications tend to write to the printer port
  26. directly. Windows NT, on the other hand, does not allow any direct access
  27. to any hardware device. For serial printers, the MS-DOS redirection command
  28. does not usually work.
  29.  
  30. To print to a serial printer attached locally, do the following:
  31.  
  32. 1. Create a printer with the appropriate printer driver and port.
  33.  
  34. 2. Select the option to share the printer and assign a name.
  35.  
  36. 3. From the command prompt, type:
  37.  
  38.       NET USE LPT1: \\<Computer Name>\<Printer Share Name>
  39.  
  40. 4. Choose LPT1 to print from the MS-DOS application. The direction should
  41.    be valid for the current VDM.
  42.  
  43. If you are printing to a printer attached to LPT1:, the network redirection
  44. must not be LPT1:, otherwise the print job will never be released from
  45. Print Manager.
  46.  
  47. Additional reference words: 3.10 NET USE
  48. KBCategory:
  49. KBSubCategory: ntapp
  50.  
  51. =============================================================================
  52.  
  53. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  54. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  55. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  56. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  57. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  58. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  59. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  60. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  61. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  62. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  63. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  64.  
  65. Copyright Microsoft Corporation 1994.